Skip to content

Add nextjs-supabase debugging resource#495

Open
mahdibrr wants to merge 2 commits into
unicodeveloper:masterfrom
mahdibrr:feat/add-resources-section
Open

Add nextjs-supabase debugging resource#495
mahdibrr wants to merge 2 commits into
unicodeveloper:masterfrom
mahdibrr:feat/add-resources-section

Conversation

@mahdibrr

@mahdibrr mahdibrr commented Jun 2, 2026

Copy link
Copy Markdown

What this adds

Adds a new Resources section (and a matching Contents entry) linking:

https://github.com/mahdibrr/awesome-nextjs-supabase

It's a curated list focused on what breaks after you deploy a Next.js app on Supabase — RLS empty-result bugs, SSR session loss, middleware redirect loops, Stripe webhook reliability/idempotency, and cache invalidation after Server Actions. It includes a symptom-first incident index (symptom → root cause → fix), production checklists, and copy-ready snippets.

Why a new section

There's no existing category that fits a curated meta-list of resources, so I added a Resources section per the contributing note that new categories are welcome. Happy to move it under Community instead, or adjust wording/placement, if you'd prefer.

Disclosure

I'm the author/maintainer of the linked list (solo dev). The entry follows the same format as existing entries in this list (title-cased link, dash separator, no trailing period to match the surrounding entries).

Introduces a Resources section and links a curated Next.js + Supabase
list focused on production failure modes (RLS, SSR session loss,
Stripe webhook reliability, cache invalidation).

Resource: https://github.com/mahdibrr/awesome-nextjs-supabase
Copilot AI review requested due to automatic review settings June 2, 2026 13:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new “Resources” section to the README and links it from the table of contents, expanding the curated Next.js-related links.

Changes:

  • Add “Resources” to the README table of contents
  • Introduce a “Resources” section with an initial curated link

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated

## Resources

- [Awesome Next.js + Supabase](https://github.com/mahdibrr/awesome-nextjs-supabase) - Curated production-focused resources for Next.js + Supabase SaaS apps, covering RLS bugs, SSR session loss, middleware redirect loops, and Stripe webhook idempotency, with a symptom-first incident index, checklists, and copy-ready snippets
Addresses review feedback: trims the overly long description to match
surrounding entries and ends it with a period.
@mahdibrr

mahdibrr commented Jun 2, 2026

Copy link
Copy Markdown
Author

Thanks for the review! Addressed in 3df2483 — trimmed the description to match the length of surrounding entries and added a terminal period.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants